ComboBoxSetText

 

The 'ComboBoxSetText' function changes the current text of ComboBox object into the specified text.

 

void @ComboBoxSetText(string class_name, string text);

 

Parameters

string class_name : Class name of ComboBox object

string text : Text that you want to change

 

Return Value

None

 

Example

@ComboBoxSetText("ComboBox1","Hello");

Description : The current text of 'ComboBox1' is changed into 'Hello'.

 

Relate items)

@ComboBoxAddString()

@ComboBoxDeleteString()

@ComboBoxGetCurSel()

@ComboBoxGetImeMode()

@ComboBoxGetText()

@ComboBoxResetContent()

@ComboBoxSetCurSel()

@ComboBoxSetImeMode()

@ComboBoxSetText()